@charset "utf-8";
/* 새글 스킨 (lat_list_twoest) */

.lat_list_two {position:relative;margin-bottom:20px;overflow:hidden;background:#fff}
.lat_list_two .lat_list_two_title {display:block;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;background:#fcfcfc}
.lat_list_two .lat_list_two_title a{color:#253dbe;display:inline-block;position:relative}
.lat_list_two .lat_list_two_title a:after{position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:#253dbe;content:''}
.lat_list_two ul{  }
.lat_list_two li {position:relative;line-height:2;padding:3px 0;position:relative}
.lat_list_two li a:hover{color:#32c5d2}
.lat_list_two li .fa-heart{color:#ff0000;}
.lat_list_two li .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}
.lat_list_two li .new_icon{display:inline-block;width: 16px;line-height:16px;font-size:0.833em;color:#ffff00;background:#6db142;text-align:center;border-radius: 2px;}
.lat_list_two li .hot_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#fff;background:#e52955;text-align:center;border-radius: 2px;}
.lat_list_two li .fa-caret-right{color:#bbb}
.lat_list_two .lt_date{position:absolute;top:3px;right:0;color:#888;background: #fff; padding-left: 10px;}
.lat_list_two  .empty_li{line-height:145px ;color:#666;text-align:center;padding:0;}
.lat_list_two  .empty_li:before{background:none;padding:0}

.lat_list_two .lt_cmt{background:#5c85c1;color:#fff; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;
-webkit-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
-moz-box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);
box-shadow: inset 0 2px 5px  rgba(255,255,255,0.4);}
.lat_list_two .lt_more {position:absolute;top:11px;right:10px;display:block;width:25px;line-height:25px;color:#aaa;border-radius:3px;text-align:center;}
.lat_list_two .lt_more:hover{color:#32c5d2}

.two_more {
    position: absolute;
    top: 30px;
    right: 45px;
    font-size: 22px;
}


/* 모바일기기 1 */
@media only screen and (max-width: 320px) {
	.custom-boxed{
		background:#fff; 
		width: 100%;
		height: 250px;
		padding: 30px;
	}
	.custom-boxed ul li{
		font-size: 12px;
		color:#666;
	}			
}
/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px){
	.custom-boxed{
		background:#fff; 
		width: 100%;
		height: 250px;
		padding: 30px;
	}	
	.custom-boxed ul li{
		font-size: 12px;
		color:#666;
	}			
}
/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px){
	.custom-boxed{
		background:#fff; 
		width: 100%;
		height: 250px;
		padding: 30px;
	}	
	.custom-boxed ul li{
		font-size: 14px;
		color:#666;
	}
	.custom-boxed .row{
		font-size: 14px;
		color:#666;
	}			
}
/* 데스크탑 */
@media only screen and (min-width: 1201px) {
	.custom-boxed{
		background:#fff; 
		width: 100%;
		height: 250px;
		padding: 30px;
	}
	.custom-boxed ul li{
		font-size: 14px;
		color:#666;
	}
	.custom-boxed .row{
		font-size: 14px;
		color:#666;
	}
}

.customs{
	padding-left: 10px;
	padding-right: 10px;	
}
.customs .col-md-6{
	padding:5px 5px;
}
.customs .col-md-3{
	padding:5px 5px;
}	



/* 모바일기기 1 */
@media only screen and (max-width: 320px) {
	.custom-boxed h4{ font-size: 14px; }
	.custom-boxed .lat_list_two ul li{ font-size: 12px; color:#666; }
	.custom-boxed .row{ font-size: 12px; }
	.lat_list_two ul li a{
		font-size: 12px; color:#666;
	}		
}
/* 모바일기기 2 */
@media only screen and (min-width: 321px) and (max-width: 768px){
	.custom-boxed h4{ font-size: 14px; }
	.custom-boxed .lat_list_two ul li{ font-size: 12px; color:#666; }
	.custom-boxed .row{ font-size: 12px; color:#666; }
	.lat_list_two ul li a{
		font-size: 12px; color:#666;
	}	
}
/* 태블릿 */
@media only screen and (min-width: 769px) and (max-width: 1200px){
	.lat_list_two ul li a{
		font-size: 14px; color:#666;
	}
}
/* 데스크탑 */
@media only screen and (min-width: 1201px) {
	.custom-boxed{ color:#666; }
	.lat_list_two ul li a{
		font-size: 14px; color:#666;
	}
}
